Version Packages (rc) - #12826
Merged
Merged
Conversation
commit: |
Contributor
|
apollogithubactionsbot
Bot
force-pushed
the
changeset-release/release-4.0
branch
from
August 5, 2025 14:47
cfaf816 to
980f100
Compare
Contributor
Author
size-limit report 📦
|
apollogithubactionsbot
Bot
force-pushed
the
changeset-release/release-4.0
branch
3 times, most recently
from
August 5, 2025 16:12
7311086 to
70a124d
Compare
apollogithubactionsbot
Bot
force-pushed
the
changeset-release/release-4.0
branch
from
August 5, 2025 16:38
70a124d to
1956d96
Compare
jerelmiller
approved these changes
Aug 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-4.0, this PR will be updated.
release-4.0is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonrelease-4.0.Releases
@apollo/client@4.0.0-rc.8
Major Changes
#12825
292b949Thanks @jerelmiller! - TheserializeFetchParameterhelper is no longer exported andJSON.stringifyis used directly. As such, theClientParseErrortype has also been removed in favor of throwing any JSON serialize errors directly.#12824
0506f12Thanks @jerelmiller! - Ensure theerrorargument for thedelayandattemptsfunctions onRetryLinkare anErrorLike.#12823
19e315eThanks @jerelmiller! - Move all 1st party link types into a namespace.#12823
19e315eThanks @jerelmiller! - TheOperationBatcherclass is no longer exported from@apollo/client/link/batch. It is an implementation detail ofBatchLinkand should not be relied on directly.Patch Changes
#12824
0506f12Thanks @jerelmiller! -RetryLinknow emits anextevent instead of anerrorevent when encountering a protocol errors for multipart subscriptions when the operation is not retried. This ensures the observable notification remains the same as whenRetryLinkis not used.#12819
7ff548dThanks @jerelmiller! - update type ofHttpLink.Options.fetchOptionstoRequestInit#12820
fba3d9eThanks @jerelmiller! - ThefetchOptionsoption provided toHttpLinkandBatchHttpLinkis nowRequestInitinstead ofany. Thecredentialsoption is now aRequestCredentialstype instead of astring.#12823
19e315eThanks @jerelmiller! - Fix the type of the argument for thesha256function forPersistedQueryLinkfrom...any[]tostring.#12821
223a409Thanks @jerelmiller! - Add a deprecation warning toWebSocketLink.